added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / GameOfLife / GameOfLife_VisualBasic / My Project / AssemblyInfo.vb
blobb37bb58c1d8ccf12ea792ac767d619e435c32512
1 '--------------------------------------------------------------------------
2 '
3 ' Copyright (c) Microsoft Corporation. All rights reserved.
4 '
5 ' File: AssemblyInfo.vb
7 '--------------------------------------------------------------------------
9 Imports System.Reflection
10 Imports System.Runtime.CompilerServices
11 Imports System.Runtime.InteropServices
13 <Assembly: AssemblyTitle("GameOfLife")>
14 <Assembly: AssemblyDescription("")>
15 <Assembly: AssemblyConfiguration("")>
16 <Assembly: AssemblyCompany("Microsoft Corporation")>
17 <Assembly: AssemblyProduct("GameOfLife")>
18 <Assembly: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")>
19 <Assembly: AssemblyTrademark("")>
20 <Assembly: AssemblyCulture("")>
21 <Assembly: ComVisible(False)>
22 <Assembly: Guid("a862e271-331b-4a3c-998c-9e4289ea3e58")>
23 <Assembly: AssemblyVersion("1.0.0.0")>
24 <Assembly: AssemblyFileVersion("1.0.0.0")>